home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 2789.ZIP / HISTORY.DOC < prev    next >
Text File  |  1991-09-28  |  2KB  |  69 lines

  1.  
  2.         PRC QUICK-KIT QuickBASIC Toolkit:  UPGRADE HISTORY
  3.         ==================================================
  4.  
  5.     April 1991
  6.     ==========
  7.  
  8.     QUICK-KIT 2.1 completed.
  9.  
  10.     July 1991
  11.     =========
  12.  
  13.     QUICK-KIT 2.2 released including the following changes:
  14.  
  15.     1.  This file HISTORY.DOC added and all documentation updated.
  16.  
  17.     2.  A major optimising recode of all utilities resulted in an
  18.     overall reduction in included Quick LIbrary sizes of over 10%.
  19.  
  20.     3.  Introductory program START.COM included to enable users to
  21.     easily review all the documentation.
  22.  
  23.     4.  A new assembly language procedure was added to overcome
  24.     problems encountered with QuickBASIC's INKEY$ function in stand -
  25.     alone .EXE files. This new procedure (called Keypress) can be used
  26.     as a direct replacement for INKEY$ in your programs. It can also
  27.     stand in for INPUT$(1) and it offers a unique and simple way to
  28.     handle keys which return extended codes (such as Function keys).
  29.     Full details in QUICKREF.DOC.
  30.         Example use of keypress() is included in M3TEST.BAS.
  31.  
  32.     5.  The included assembly language procedure clrbox() also included
  33.     a bug. This only became apparent with monochrome systems in which
  34.     clrbox() displayed underlines when it should have displayed spaces.
  35.     This bug has been exorcised in the current version of clrbox().
  36.  
  37.  
  38.     August 1991
  39.     ===========
  40.  
  41.     QUICK-KIT 2.3 released including the following changes:
  42.  
  43.     1. Due to compatibility problems with earlier versions of
  44.     QuickBASIC Quick-Kit now only supports QuickBASIC 4.5. All
  45.     documentation revised to reflect this.
  46.  
  47.     2. Introductory program START.COM upgraded to include a
  48.     more comprehensive selection of demonstration screens.
  49.  
  50.  
  51.     October 1991
  52.     ============
  53.  
  54.     QUICK-KIT 2.4 released including the following changes:
  55.  
  56.     1. All supporting assembly language routines now reassembled
  57.     with MASM to ensure compatibility with Microsoft languages.
  58.     Object files assembled with other assemblers (and included
  59.     with previous releases) appeared to be causing occasional
  60.     machine - specific problems, especially with early Amstrads.
  61.     These problems not apparent using MASM - assembled files.
  62.  
  63.     2. In previous releases the utilities were split into two
  64.     separate libraries. This was rather confusing so all utilities are
  65.     now included in a single library.
  66.  
  67.  
  68.     End
  69.